debian/control: Add dependencies to use upstream provided gi-docgen
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Wed, 7 Jul 2021 17:50:59 +0000 (19:50 +0200)
committerMarco Trevisan (Treviño) <marco@ubuntu.com>
Fri, 9 Jul 2021 04:24:57 +0000 (06:24 +0200)
gi-docgen is still in NEW for some months now, so until that we can
manually use the upstream provided version as subproject.

debian/control
debian/control.in

index 62151796bdd72a503be06fe10697d78b338ab79e..7373d3f5e0f4ed36d379e46135ce5c6d913f706b 100644 (file)
@@ -56,7 +56,16 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
                wayland-protocols (>= 1.21) [linux-any],
                xauth <!nocheck>,
                xsltproc,
-               xvfb <!nocheck>
+               xvfb <!nocheck>,
+# These dependencies are needed by the gi-docgen subproject, replace them
+# with the proper gi-docgen version once it will be available in debian
+               python3 (>= 3.6) <!nodoc>,
+               python3-jinja2 <!nodoc>,
+               python3-markdown <!nodoc>,
+               python3-markupsafe <!nodoc>,
+               python3-pygments <!nodoc>,
+               python3-toml <!nodoc>,
+               python3-typogrify <!nodoc>,
 Build-Depends-Indep: gtk-doc-tools (>= 1.33),
                      libcairo2-doc,
                      libglib2.0-doc,
index 0656fe4b8601f30f040838e87861bcd61023b164..e0793726cbae36f9a0433ea763bb09a767c8b9cb 100644 (file)
@@ -56,7 +56,16 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
                wayland-protocols (>= 1.21) [linux-any],
                xauth <!nocheck>,
                xsltproc,
-               xvfb <!nocheck>
+               xvfb <!nocheck>,
+# These dependencies are needed by the gi-docgen subproject, replace them
+# with the proper gi-docgen version once it will be available in debian
+               python3 (>= 3.6) <!nodoc>,
+               python3-jinja2 <!nodoc>,
+               python3-markdown <!nodoc>,
+               python3-markupsafe <!nodoc>,
+               python3-pygments <!nodoc>,
+               python3-toml <!nodoc>,
+               python3-typogrify <!nodoc>,
 Build-Depends-Indep: gtk-doc-tools (>= 1.33),
                      libcairo2-doc,
                      libglib2.0-doc,